home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 001_015 / 011ac / Text
Encoding:
Text File  |  1993-08-02  |  3.7 KB  |  100 lines

  1. -----------------------------------------------------------------------------
  2. 25th June 1992
  3. -----------------------------------------------------------------------------
  4. Support Group Application Note
  5. Number: 011
  6. Issue: 1
  7. Author:
  8. -----------------------------------------------------------------------------
  9.  
  10. Copying the ViewSpell Utility Disc from DFS to ADFS
  11.  
  12. -----------------------------------------------------------------------------
  13. Applicable Hardware: BBC B
  14.                      BBC B+
  15.                      BBC Master 128
  16.                      BBC Master Compact
  17.  
  18. Related Application Notes:
  19.  
  20.  
  21. -----------------------------------------------------------------------------
  22. Copyright (C) Acorn Computers Limited 1992
  23.  
  24. Every effort has been made to ensure that the information in this leaflet is 
  25. true and correct at the time of printing. However, the products described in
  26. this leaflet are subject to continuous development and improvements and
  27. Acorn Computers Limited reserves the right to change its specifications at
  28. any time. Acorn Computers Limited cannot accept liability for any loss or
  29. damage arising from the use of any information or particulars in this
  30. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  31. Limited.
  32. -----------------------------------------------------------------------------
  33. Support Group
  34. Acorn Computers Limited
  35. Acorn House
  36. Vision Park
  37. Histon
  38. Cambridge       CB4 4AE
  39. -----------------------------------------------------------------------------
  40.  
  41. COPYING THE VIEWSPELL UTILITY DISC TO ADFS
  42.  
  43. Why you will want to do this
  44.  
  45. Viewspell has been written to be filing system independent, and the speed of
  46. checking is limited in practice to the speed at which the master and user
  47. dictionaries can be read in.  The DFS is not particularly efficient in this
  48. respect, and ADFS floppies (or a Winchester drive) are much better if you
  49. require fast block transfers of data, such as is used by Viewspell.  Also,
  50. ADFS allows sensible partitioning of your disc into various work areas, and
  51. supports higher data density, getting 640K on an ADFS L(arge) format floppy.
  52.  
  53.  
  54. How to go about it
  55.  
  56. To transfer all the utilities and examples from your supplied Viewspell
  57. disc, follow the instructions below.
  58.  
  59. Use your ADFS Utilities disc to format a M(edium) or L(arge) format ADFS
  60. disc, depending on whether you have single or double sided disc drives.
  61.  
  62. Now do the following:
  63.  
  64.         *Basic
  65.         *Fadfs
  66.         *Mount 0 - insert your ADFS Utilities disc in drive 0
  67.         LOAD"CopyFiles"
  68.         *Mount 0 - insert your ADFS Viewspell work disc in drive 0
  69.         *CDir Viewspell
  70.         *Dir Viewspell
  71.         *CDir O
  72.         *CDir T
  73.         *CDir W
  74.         RUN
  75.  
  76. The CopyFiles program will now ask various questions that you should answer
  77. as below, swapping discs where asked to:
  78.  
  79.         (users response in [square brackets])
  80.  
  81.         Copyfiles Vx.yz
  82.         Source filing system  [D] -> DISC
  83.         Enter DFS drive number  [0  RETURN]
  84.         Enter source directory  [O  RETURN]
  85.         Insert DFS disc into drive 0
  86.         Destination filing system  [A] -> ADFS
  87.         Enter ADFS drive number  [0  RETURN]
  88.         Enter destination directory  [$.Viewspell.O  RETURN]
  89.         Copying mode  [L  RETURN]
  90.         Source list spec [*  RETURN]
  91.  
  92.  
  93. CopyFiles will now copy all files from directory O from your DFS Viewspell
  94. disc to directory $.Viewspell.O on your new ADFS disc.  When this is done,
  95. the prompt 'Source list spec' will reappear.  Press ESCAPE to return to the
  96. main menu, and repeat for both the other directories, T and W  (eg DFS
  97. source directory W -> ADFS destination directory $.Viewspell.W).
  98.  
  99. When you have done all the above transfers correctly, you should have an
  100. ADFS disc ready for use with Viewspell.